home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro34 / appl2ibm.doc next >
Encoding:
Text File  |  1990-02-03  |  1.3 KB  |  24 lines

  1. ______________________________________________________________________________
  2. APPL2IBM.EXE  Version 2.1 (c) Copyright 1990 by Cory Krell
  3.  
  4.   APPL2IBM.EXE will convert a text file from Apple ][ or Apple Macintosh
  5.   format to IBM-PC/XT/AT/ETC text file format.
  6.  
  7.   Usage:   APPL2IBM infile outfile
  8.            [where "infile" is the Apple file, and "outfile" is the IBM file]
  9.  
  10.   Version 2.1 created out of disgust for the severe lack of speed in 1.0 -
  11.   I used to go out and get dinner while the sucker ran....  :)
  12.  
  13.   Version 2.1 is over 30X (!) faster than version 1.0, due to reading and
  14.   writing the input & output files in 8k chunks (or size of the file, if
  15.   smaller), and partially (read: very little) due to using register int's
  16.   for loop variables.
  17.  
  18.   Disclaimer: I don't claim that this program won't trash, mutilate, destroy,
  19.               alter, scramble, wreck, ravage, vaporize, dissolve, devour, or
  20.               otherwise ruin your data.  It works fine on everything that
  21.               I've tested, but don't sue me if you have a problem.  By using
  22.               the program, you agree that I'm not liable for anything.
  23.               Besides, what do you expect for free?
  24. ______________________________________________________________________________